home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / S-Sh / ScrollControl.cpt / ScrollControl XCMD / background_2764.txt < prev    next >
Text File  |  1989-04-22  |  2KB  |  80 lines

  1. -- background: 2764 from stack: in
  2. -- bmap block id: 3124
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 7 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=20 top=110 right=291 bottom=492
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part 11 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=197 top=298 right=332 bottom=224
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 17779 / 17779
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Previous
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect barn door close fast
  37.   go prev
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 12 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=268 top=298 right=332 bottom=295
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 8419 / 8419
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Next
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect barn door open fast
  57.   go next
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 13 (button)
  63. -- low flags: 00
  64. -- high flags: 2000
  65. -- rect: left=229 top=305 right=325 bottom=260
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 1011 / 1011
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Home
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect barn door close fast
  77.   go home
  78. end mouseUp
  79.  
  80.